testing.common.done (field)

8 uses

	testing (current package)
		fuzz.go#L727: 		f.done = true
		testing.go#L641: 	done        bool                 // Test is finished and all subtests have completed.
		testing.go#L968: 	if c.done {
		testing.go#L979: 	if !c.done && int64(race.Errors()) > c.lastRaceErrors.Load() {
		testing.go#L1058: 	if !c.done && !c.isSynctest {
		testing.go#L1064: 		if !parent.done {
		testing.go#L1168: 	if !o.c.done && (o.c.chatty != nil) {
		testing.go#L2023: 		t.done = true